net/http.http2serverConn.sendWindowUpdate (method)
10 uses
net/http (current package)
h2_bundle.go#L4934: sc.sendWindowUpdate(nil, int(diff))
h2_bundle.go#L5588: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5725: sc.sendWindowUpdate(nil, p.Len())
h2_bundle.go#L5869: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5886: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5907: sc.sendWindowUpdate(nil, int(f.Length)-wrote)
h2_bundle.go#L6489: sc.sendWindowUpdate(nil, n) // conn-level
h2_bundle.go#L6493: sc.sendWindowUpdate(st, n)
h2_bundle.go#L6499: sc.sendWindowUpdate(st, int(n))
h2_bundle.go#L6503: func (sc *http2serverConn) sendWindowUpdate(st *http2stream, n int) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |